.collection-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: -0.625em;
}

.collection-grid .collection-item {
	width: calc(16.6666% - 20px);
	margin: 0 0.625em 1.25em;
	background: #fff;
	border-radius: 0.3125em;
	box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	position: relative;
	top: 0;
}

.collection-grid .collection-item:hover {
	top: -0.3125em;
	box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.1);
}

.collection-grid .collection-img a {
	display: block;
}

.collection-grid .collection-img img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

.collection-grid .collection-img {
	margin: 0 0 1.25em;
	display: block;
}

.collection-grid .collection-info {
	padding: 0 1.25em 1.25em;
}

.collection-grid .collection-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 0.625em;
	line-height: 1.5;
}

.collection-grid .collection-text {
	font-size: 0.9375rem;
	color: #777;
	line-height: 1.5;
	text-align: justify;
}

.page-title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    display:block;
}

.page-subtitle {
    line-height: 1.5;
    text-align: center;
    display:block;
}
main.box-main h2 {
	text-align: center;
	font-weight: bold;
}
main.box-main h3 {
    font-size: 1.3em;
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
    background-color: #a8b0b3;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}
@media (max-width: 62.5em) {
	.collection-grid .collection-item {
		width: calc(50% - 20px);
	}
}

@media (min-width: 81.25em) {
	.collection-grid .collection-item {
		width: calc(16.6666% - 20px);
	}
}
